Blazor コントロール
SortAsync<T>(IDataCollection<T>,String,SortDirection) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > SortAsync メソッド : SortAsync<T>(IDataCollection<T>,String,SortDirection) メソッド
The data collection.
The path of the data item to which the sort description will be applied.
The direction of the sort operation.
Sorts the data collection according to the specified sort parameters.
シンタックス
'宣言
 
Public Overloads Shared Function SortAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal sortPath As System.String, _
   Optional ByVal sortDirection As SortDirection _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task SortAsync<T>( 
   IDataCollection<T> dataCollection,
   System.string sortPath,
   SortDirection sortDirection
)
where T: class

パラメータ

dataCollection
The data collection.
sortPath
The path of the data item to which the sort description will be applied.
sortDirection
The direction of the sort operation.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧